projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f431e28
)
gdkrgba: Add a missing apostrophe in a doc comment
author
Daniel Boles
<dboles.src@gmail.com>
Mon, 19 Mar 2018 15:13:04 +0000
(15:13 +0000)
committer
Daniel Boles
<dboles.src@gmail.com>
Mon, 19 Mar 2018 15:14:20 +0000
(15:14 +0000)
gdk/gdkrgba.c
patch
|
blob
|
history
diff --git
a/gdk/gdkrgba.c
b/gdk/gdkrgba.c
index 833396b180dd7e1b9ab18ad08090605e4bb5e75f..de1c59433783cd7f0bb495c5b751d80853ffc6c3 100644
(file)
--- a/
gdk/gdkrgba.c
+++ b/
gdk/gdkrgba.c
@@
-55,7
+55,7
@@
G_DEFINE_BOXED_TYPE (GdkRGBA, gdk_rgba,
* 1.0 for opaque
*
* A #GdkRGBA is used to represent a (possibly translucent)
- * color, in a way that is compatible with cairos notion of color.
+ * color, in a way that is compatible with cairo
’
s notion of color.
*/
/**